home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMFTPPROPERTIES / TFRMFTPPROPERTIES.txt
Encoding:
Text File  |  1999-04-29  |  6.0 KB  |  291 lines

  1. object frmFTPProperties: TfrmFTPProperties
  2.   Left = 284
  3.   Top = 57
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 392
  7.   ClientWidth = 354
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Pitch = fpVariable
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 9
  23.     Top = 6
  24.     Width = 337
  25.     Height = 353
  26.     ActivePage = TabSheet1
  27.     TabOrder = 0
  28.     TabStop = False
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'General'
  31.       object imgIcon: TImage
  32.         Left = 16
  33.         Top = 8
  34.         Width = 31
  35.         Height = 36
  36.         AutoSize = True
  37.       end
  38.       object Bevel1: TBevel
  39.         Left = 8
  40.         Top = 51
  41.         Width = 313
  42.         Height = 2
  43.       end
  44.       object Bevel2: TBevel
  45.         Left = 8
  46.         Top = 137
  47.         Width = 313
  48.         Height = 2
  49.       end
  50.       object Bevel3: TBevel
  51.         Left = 8
  52.         Top = 216
  53.         Width = 313
  54.         Height = 2
  55.       end
  56.       object lblFileName: TLabel
  57.         Left = 82
  58.         Top = 19
  59.         Width = 53
  60.         Height = 13
  61.         Caption = 'lblFileName'
  62.       end
  63.       object Label1: TLabel
  64.         Left = 13
  65.         Top = 63
  66.         Width = 28
  67.         Height = 13
  68.         Caption = 'Type:'
  69.       end
  70.       object Label2: TLabel
  71.         Left = 13
  72.         Top = 87
  73.         Width = 44
  74.         Height = 13
  75.         Caption = 'Location:'
  76.       end
  77.       object Label3: TLabel
  78.         Left = 13
  79.         Top = 111
  80.         Width = 23
  81.         Height = 13
  82.         Caption = 'Size:'
  83.       end
  84.       object lblType: TLabel
  85.         Left = 84
  86.         Top = 63
  87.         Width = 34
  88.         Height = 13
  89.         Caption = 'lblType'
  90.       end
  91.       object lblLocation: TLabel
  92.         Left = 84
  93.         Top = 87
  94.         Width = 50
  95.         Height = 13
  96.         Caption = 'lblLocation'
  97.       end
  98.       object lblSize: TLabel
  99.         Left = 85
  100.         Top = 111
  101.         Width = 29
  102.         Height = 13
  103.         Caption = 'lblSize'
  104.       end
  105.       object Label4: TLabel
  106.         Left = 14
  107.         Top = 145
  108.         Width = 27
  109.         Height = 13
  110.         Caption = 'Date:'
  111.       end
  112.       object Label5: TLabel
  113.         Left = 14
  114.         Top = 169
  115.         Width = 36
  116.         Height = 13
  117.         Caption = 'Owner:'
  118.       end
  119.       object Label6: TLabel
  120.         Left = 14
  121.         Top = 193
  122.         Width = 33
  123.         Height = 13
  124.         Caption = 'Group:'
  125.       end
  126.       object lblGroup: TLabel
  127.         Left = 86
  128.         Top = 193
  129.         Width = 39
  130.         Height = 13
  131.         Caption = 'lblGroup'
  132.       end
  133.       object lblOwner: TLabel
  134.         Left = 85
  135.         Top = 169
  136.         Width = 42
  137.         Height = 13
  138.         Caption = 'lblOwner'
  139.       end
  140.       object lblDate: TLabel
  141.         Left = 85
  142.         Top = 145
  143.         Width = 33
  144.         Height = 13
  145.         Caption = 'lblDate'
  146.       end
  147.       object Label10: TLabel
  148.         Left = 16
  149.         Top = 224
  150.         Width = 59
  151.         Height = 13
  152.         Caption = 'Permissions:'
  153.       end
  154.       object GroupBox1: TGroupBox
  155.         Left = 31
  156.         Top = 240
  157.         Width = 84
  158.         Height = 80
  159.         Caption = 'Owner'
  160.         TabOrder = 0
  161.         object chkOwRead: TCheckBox
  162.           Left = 7
  163.           Top = 16
  164.           Width = 51
  165.           Height = 17
  166.           Caption = 'Read'
  167.           TabOrder = 0
  168.           OnClick = chkOwReadClick
  169.         end
  170.         object chkOwWrite: TCheckBox
  171.           Left = 7
  172.           Top = 36
  173.           Width = 51
  174.           Height = 17
  175.           Caption = 'Write'
  176.           TabOrder = 1
  177.           OnClick = chkOwReadClick
  178.         end
  179.         object chkOwExe: TCheckBox
  180.           Left = 7
  181.           Top = 55
  182.           Width = 71
  183.           Height = 17
  184.           Caption = 'Executable'
  185.           TabOrder = 2
  186.           OnClick = chkOwReadClick
  187.         end
  188.       end
  189.       object GroupBox2: TGroupBox
  190.         Left = 123
  191.         Top = 240
  192.         Width = 84
  193.         Height = 80
  194.         Caption = 'Group'
  195.         TabOrder = 1
  196.         object chkGrRead: TCheckBox
  197.           Left = 7
  198.           Top = 16
  199.           Width = 51
  200.           Height = 17
  201.           Caption = 'Read'
  202.           TabOrder = 0
  203.           OnClick = chkOwReadClick
  204.         end
  205.         object chkGrWrite: TCheckBox
  206.           Left = 7
  207.           Top = 36
  208.           Width = 51
  209.           Height = 17
  210.           Caption = 'Write'
  211.           TabOrder = 1
  212.           OnClick = chkOwReadClick
  213.         end
  214.         object chkGrExe: TCheckBox
  215.           Left = 7
  216.           Top = 55
  217.           Width = 71
  218.           Height = 17
  219.           Caption = 'Executable'
  220.           TabOrder = 2
  221.           OnClick = chkOwReadClick
  222.         end
  223.       end
  224.       object GroupBox3: TGroupBox
  225.         Left = 214
  226.         Top = 240
  227.         Width = 84
  228.         Height = 80
  229.         Caption = 'Other'
  230.         TabOrder = 2
  231.         object chkOtRead: TCheckBox
  232.           Left = 7
  233.           Top = 16
  234.           Width = 51
  235.           Height = 17
  236.           Caption = 'Read'
  237.           TabOrder = 0
  238.           OnClick = chkOwReadClick
  239.         end
  240.         object chkOtWrite: TCheckBox
  241.           Left = 7
  242.           Top = 36
  243.           Width = 51
  244.           Height = 17
  245.           Caption = 'Write'
  246.           TabOrder = 1
  247.           OnClick = chkOwReadClick
  248.         end
  249.         object chkOtExe: TCheckBox
  250.           Left = 7
  251.           Top = 55
  252.           Width = 71
  253.           Height = 17
  254.           Caption = 'Executable'
  255.           TabOrder = 2
  256.           OnClick = chkOwReadClick
  257.         end
  258.       end
  259.     end
  260.   end
  261.   object butOK: TButton
  262.     Left = 192
  263.     Top = 364
  264.     Width = 75
  265.     Height = 25
  266.     Caption = '&OK'
  267.     Default = True
  268.     ModalResult = 1
  269.     TabOrder = 1
  270.   end
  271.   object butCancel: TButton
  272.     Left = 271
  273.     Top = 364
  274.     Width = 75
  275.     Height = 25
  276.     Cancel = True
  277.     Caption = '&Cancel'
  278.     ModalResult = 2
  279.     TabOrder = 2
  280.   end
  281.   object btnHelp: TButton
  282.     Left = 8
  283.     Top = 363
  284.     Width = 75
  285.     Height = 25
  286.     Caption = '&Help'
  287.     TabOrder = 3
  288.     OnClick = btnHelpClick
  289.   end
  290. end
  291.